LEADTOOLS Medical (Leadtools.Dicom.Scu assembly)
LEAD Technologies, Inc

DicomMatchDelegate<T1> Delegate






The type of class to return on a match.
The data created from the match.
The original dataset returned from the C-FIND-REQ.
Represents the method that will handle a dicom match.
Syntax
public delegate void DicomMatchDelegate<T1>( 
   T1 obj,
   DicomDataSet ds
)
'Declaration
 
Public Delegate Sub DicomMatchDelegate(Of T1)( _
   ByVal obj As T1, _
   ByVal ds As DicomDataSet _
) 
'Usage
 
Dim instance As New DicomMatchDelegate(Of T1)(AddressOf HandlerMethod)
public delegate void DicomMatchDelegate<T1>( 
   T1 obj,
   DicomDataSet ds
)
DicomMatchDelegate( 
   obj ,
   ds 
)
generic<typename T1>
public delegate void DicomMatchDelegate( 
   T1^ obj,
   DicomDataSet^ ds
)

Parameters

obj
The data created from the match.
ds
The original dataset returned from the C-FIND-REQ.

Type Parameters

T1
The type of class to return on a match.
Example
For an example refer to QueryRetrieveScu.Find<TQuery,TResult>
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DicomMatchDelegate<T1> Members
Leadtools.Dicom.Scu Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Dicom.Scu requires a Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features